"The ArrayEditor component lets the user edit an NSMutableArray of NSStrings. ArrayEditor displays the strings in text fields within a table. The ArrayEditor's text fields are provided by the ReadWriteString reusable component, which allows the user to edit the strings.";
parameters = (
"array",
"The array whose content strings will be displayed in the ArrayEditor. On input, this array is updated with any changes that the user made to the displayed strings.",
"fieldSize",
"The size of the text fields that display the strings of the array. All text fields have the same size, as set by this parameter. The default is 20 characters.",
"borderSize",
"The width of the table border. Default is 1.",
"cellPadding",
"The margin around of each cell in the table. Default is 2.",
"cellSpacing",
"The space between the cells in the table. Default is 0."
);
currentVersion = "1.0";
releaseDate = "March 4, 1996";
supportPolicy = "ExampleCode: Unsupported";
distributionPolicy = "You may freely distribute this code";